home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TDCREPORTDLG / TDCREPORTDLG.txt
Text File  |  2005-06-02  |  8KB  |  361 lines

  1. object DCReportDlg: TDCReportDlg
  2.   Left = 647
  3.   Top = 393
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rapport de comparaison des dossiers'
  7.   ClientHeight = 335
  8.   ClientWidth = 562
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 73
  25.     Height = 13
  26.     Caption = 'Agencement de l'#39#233'dition'
  27.   end
  28.   object CloseBtn: TButton
  29.     Left = 488
  30.     Top = 304
  31.     Width = 65
  32.     Height = 23
  33.     Cancel = True
  34.     Caption = 'Fermer'
  35.     ModalResult = 2
  36.     TabOrder = 4
  37.   end
  38.   object PageControl: TPageControl
  39.     Left = 404
  40.     Top = 200
  41.     Width = 153
  42.     Height = 97
  43.     ActivePage = tsPrinter
  44.     Style = tsButtons
  45.     TabOrder = 3
  46.     TabStop = False
  47.     object tsPrinter: TTabSheet
  48.       TabVisible = False
  49.       object SetupBtn: TButton
  50.         Left = 0
  51.         Top = 0
  52.         Width = 145
  53.         Height = 23
  54.         Caption = 'Mise en page...'
  55.         TabOrder = 0
  56.         OnClick = SetupBtnClick
  57.       end
  58.       object PreviewBtn: TButton
  59.         Left = 0
  60.         Top = 32
  61.         Width = 145
  62.         Height = 23
  63.         Caption = 'Pr'#233'&visualiser l'#39'impression'
  64.         TabOrder = 1
  65.         OnClick = PreviewBtnClick
  66.       end
  67.       object PrintBtn: TBitBtn
  68.         Left = 0
  69.         Top = 64
  70.         Width = 145
  71.         Height = 23
  72.         Caption = '&Imprimer...'
  73.         TabOrder = 2
  74.         OnClick = PrintBtnClick
  75.       end
  76.     end
  77.     object tsFile: TTabSheet
  78.       ImageIndex = 1
  79.       TabVisible = False
  80.       object SaveBtn: TBitBtn
  81.         Left = 0
  82.         Top = 0
  83.         Width = 145
  84.         Height = 23
  85.         Caption = 'Sauver sous'
  86.         TabOrder = 0
  87.         OnClick = SaveBtnClick
  88.       end
  89.       object ClipboardBtn: TBitBtn
  90.         Left = 0
  91.         Top = 32
  92.         Width = 145
  93.         Height = 23
  94.         Caption = 'Copier vers le presse-papier'
  95.         TabOrder = 1
  96.         OnClick = CopyToClipboardClick
  97.       end
  98.       object BrowserViewBtn: TButton
  99.         Left = 0
  100.         Top = 64
  101.         Width = 145
  102.         Height = 23
  103.         Caption = 'Visualiser dans le navigateur'
  104.         TabOrder = 2
  105.         OnClick = BrowserViewBtnClick
  106.       end
  107.     end
  108.   end
  109.   object GroupBox3: TGroupBox
  110.     Left = 8
  111.     Top = 160
  112.     Width = 385
  113.     Height = 169
  114.     Caption = 'Options de sortie'
  115.     TabOrder = 2
  116.     object Label5: TLabel
  117.       Left = 8
  118.       Top = 124
  119.       Width = 60
  120.       Height = 13
  121.       Caption = 'Titre du rapport'
  122.     end
  123.     object ToPrinter: TBCRadioButton
  124.       Left = 8
  125.       Top = 20
  126.       Width = 52
  127.       Height = 17
  128.       HelpContext = 40002
  129.       Caption = 'Im&primante'
  130.       TabOrder = 0
  131.       OnClick = BtnClick
  132.     end
  133.     object ToHTML: TBCRadioButton
  134.       Left = 8
  135.       Top = 40
  136.       Width = 82
  137.       Height = 17
  138.       HelpContext = 40003
  139.       Caption = 'Edition &HTML'
  140.       TabOrder = 1
  141.       OnClick = BtnClick
  142.     end
  143.     object ToPlainText: TBCRadioButton
  144.       Left = 8
  145.       Top = 60
  146.       Width = 67
  147.       Height = 17
  148.       HelpContext = 40004
  149.       Caption = '&Texte ordinaire'
  150.       TabOrder = 2
  151.       OnClick = BtnClick
  152.     end
  153.     object TitleEdit: TEdit
  154.       Left = 8
  155.       Top = 140
  156.       Width = 369
  157.       Height = 21
  158.       HelpContext = 40005
  159.       TabOrder = 4
  160.       OnChange = BtnClick
  161.     end
  162.     object Notebook1: TNotebook
  163.       Left = 128
  164.       Top = 16
  165.       Width = 253
  166.       Height = 113
  167.       PageIndex = 1
  168.       TabOrder = 3
  169.       object TPage
  170.         Left = 0
  171.         Top = 0
  172.         Caption = 'PrinterOutput'
  173.         object Label2: TLabel
  174.           Left = 0
  175.           Top = 0
  176.           Width = 112
  177.           Height = 13
  178.           Caption = 'Surbrillance des diff'#233'rences :'
  179.         end
  180.         object PrintStyleEdit: TComboBox
  181.           Left = 0
  182.           Top = 16
  183.           Width = 161
  184.           Height = 21
  185.           HelpContext = 40006
  186.           Style = csDropDownList
  187.           ItemHeight = 13
  188.           ItemIndex = 0
  189.           TabOrder = 0
  190.           Text = 'Use color'
  191.           OnClick = BtnClick
  192.           Items.Strings = (
  193.             'Utiliser la couleur'
  194.             'Monochrome')
  195.         end
  196.       end
  197.       object TPage
  198.         Left = 0
  199.         Top = 0
  200.         Caption = 'HTMLOutput'
  201.         object Label3: TLabel
  202.           Left = 0
  203.           Top = 0
  204.           Width = 112
  205.           Height = 13
  206.           Caption = 'Surbrillance des diff'#233'rences :'
  207.         end
  208.         object StylesheetPrompt: TLabel
  209.           Left = 24
  210.           Top = 40
  211.           Width = 115
  212.           Height = 13
  213.           Caption = 'URL de feuille de style personnalis'#233'e'
  214.         end
  215.         object HTMLStyleEdit: TComboBox
  216.           Left = 0
  217.           Top = 16
  218.           Width = 241
  219.           Height = 21
  220.           HelpContext = 40007
  221.           Style = csDropDownList
  222.           ItemHeight = 13
  223.           ItemIndex = 0
  224.           TabOrder = 0
  225.           Text = 'Use color stylesheet (embedded)'
  226.           OnClick = BtnClick
  227.           Items.Strings = (
  228.             'Utiliser la feuille de style couleur (incorpor'#233'e)'
  229.             'Utiliser la feuille de style monochrome (incorpor'#233'e)'
  230.             'Utiliser la feuille de style personnalis'#233'e (externe)')
  231.         end
  232.         object StyleURLEdit: TEdit
  233.           Left = 24
  234.           Top = 56
  235.           Width = 217
  236.           Height = 21
  237.           HelpContext = 40008
  238.           TabOrder = 1
  239.           OnChange = BtnClick
  240.         end
  241.         object HTMLWrapEdit: TBCCheckBox
  242.           Left = 0
  243.           Top = 88
  244.           Width = 119
  245.           Height = 17
  246.           Caption = 'Retour automatique des mots '#224' la ligne'
  247.           TabOrder = 2
  248.           OnClick = BtnClick
  249.         end
  250.       end
  251.       object TPage
  252.         Left = 0
  253.         Top = 0
  254.         Caption = 'PlainText'
  255.       end
  256.     end
  257.   end
  258.   object GroupBox2: TGroupBox
  259.     Left = 168
  260.     Top = 16
  261.     Width = 385
  262.     Height = 129
  263.     Caption = 'Options de l'#39#233'dition'
  264.     TabOrder = 1
  265.     object PickFilter: TComboBox
  266.       Left = 12
  267.       Top = 24
  268.       Width = 301
  269.       Height = 21
  270.       HelpContext = 40001
  271.       Style = csDropDownList
  272.       ItemHeight = 13
  273.       TabOrder = 0
  274.       OnClick = BtnClick
  275.     end
  276.     object GroupBox1: TGroupBox
  277.       Left = 12
  278.       Top = 48
  279.       Width = 301
  280.       Height = 73
  281.       HelpContext = 41002
  282.       Caption = 'Colonnes'
  283.       TabOrder = 1
  284.       object VersionColEdit: TBCCheckBox
  285.         Left = 8
  286.         Top = 16
  287.         Width = 55
  288.         Height = 17
  289.         HelpContext = 41002
  290.         Caption = 'Version'
  291.         TabOrder = 0
  292.         OnClick = BtnClick
  293.       end
  294.       object SizeColEdit: TBCCheckBox
  295.         Left = 8
  296.         Top = 32
  297.         Width = 39
  298.         Height = 17
  299.         HelpContext = 41002
  300.         Caption = 'Taille'
  301.         TabOrder = 1
  302.         OnClick = BtnClick
  303.       end
  304.       object CRCColEdit: TBCCheckBox
  305.         Left = 8
  306.         Top = 48
  307.         Width = 41
  308.         Height = 17
  309.         HelpContext = 41002
  310.         Caption = 'CRC'
  311.         TabOrder = 2
  312.         OnClick = BtnClick
  313.       end
  314.       object TimestampColEdit: TBCCheckBox
  315.         Left = 160
  316.         Top = 16
  317.         Width = 71
  318.         Height = 17
  319.         HelpContext = 41002
  320.         Caption = 'Date/heure'
  321.         TabOrder = 3
  322.         OnClick = BtnClick
  323.       end
  324.       object AttributesColEdit: TBCCheckBox
  325.         Left = 160
  326.         Top = 32
  327.         Width = 68
  328.         Height = 17
  329.         HelpContext = 41002
  330.         Caption = 'Attributs'
  331.         TabOrder = 4
  332.         OnClick = BtnClick
  333.       end
  334.     end
  335.   end
  336.   object PickLayout: TListBox
  337.     Left = 8
  338.     Top = 24
  339.     Width = 145
  340.     Height = 121
  341.     HelpContext = 41001
  342.     ItemHeight = 13
  343.     Items.Strings = (
  344.       'C'#244'te-'#224'-c'#244'te'
  345.       'R'#233'sum'#233
  346.       'Dump XML')
  347.     TabOrder = 0
  348.     OnClick = BtnClick
  349.   end
  350.   object PrintDialog: TPrintDialog
  351.     Options = [poPageNums]
  352.     Left = 472
  353.     Top = 112
  354.   end
  355.   object SaveDialog: TSaveDialog
  356.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  357.     Left = 504
  358.     Top = 112
  359.   end
  360. end
  361.